home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2006 October / wn148cd2.iso / Windows / S'informer / Copernic Desktop Search / copernicdesktopsearchfr.exe / $R0 / 0 / RCDATA / TADDFEEDSELECTIONFRM / TADDFEEDSELECTIONFRM.txt
Text File  |  2006-05-31  |  1KB  |  66 lines

  1. object AddFeedSelectionFrm: TAddFeedSelectionFrm
  2.   Left = 511
  3.   Top = 398
  4.   BorderStyle = bsDialog
  5.   Caption = 'Select Feed'
  6.   ClientHeight = 278
  7.   ClientWidth = 267
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   DesignSize = (
  17.     267
  18.     278)
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object PleaseLbl: TLabel
  22.     Left = 10
  23.     Top = 13
  24.     Width = 224
  25.     Height = 13
  26.     Caption = '&Please select which feed you would like to add:'
  27.     FocusControl = FeedListView
  28.   end
  29.   object OKBtn: TButton95
  30.     Left = 102
  31.     Top = 244
  32.     Width = 75
  33.     Height = 23
  34.     Anchors = [akRight, akBottom]
  35.     Caption = 'OK'
  36.     Default = True
  37.     ModalResult = 1
  38.     TabOrder = 1
  39.   end
  40.   object CancelBtn: TButton95
  41.     Left = 183
  42.     Top = 244
  43.     Width = 75
  44.     Height = 23
  45.     Anchors = [akRight, akBottom]
  46.     Cancel = True
  47.     Caption = 'Cancel'
  48.     ModalResult = 2
  49.     TabOrder = 2
  50.   end
  51.   object FeedListView: TListView
  52.     Left = 10
  53.     Top = 30
  54.     Width = 246
  55.     Height = 203
  56.     Columns = <
  57.       item
  58.         Caption = 'Title'
  59.         Width = 225
  60.       end>
  61.     ColumnClick = False
  62.     TabOrder = 0
  63.     ViewStyle = vsReport
  64.   end
  65. end
  66.